home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-02-21 | 4.6 KB | 120 lines |
- ; ---------------------------- Start of INI ------------------------------
- ; - The Program Title is used in many screen on the installation.
- ; - The Main Title is only used in the 24-point title screen.
- ; - The Default Drive and Directory is the default location to install the
- ; "other" files -- ie, your program, data, ini, etc files that don't go
- ; under Windows.
- ; - The Icon Name is the title of the icon(s) you will produce.
- ; - The Group Name is the name of the group you will create **IF** you
- ; choose to create a new group.
- ; - The Group Title is the title at the top of the new group.
- ; - The EXE Name is the name of the main executable program used to
- ; construct the Icon.
- ; - If Allow Directroy Change is anything but FALSE then the user will be
- ; allowed to change the install directory.
- ;
- ; NOTE: Both the Icon Name and Exe Name can contain multiple items. They
- ; should each contain the same number of items separated by an ASCII
- ; 124 (vertical line). This enables you to install multiple icons
- ; into a group! In this case, the title of a NEW group would be:
- ; TEST1 ICON, and the name of the group would be: MYPROG.GRP.
- ;
- ; NOTE: The Default Directory should be be the same as the *Default listed
- ; later in this INI file.
- ;
- ; NOTE: The numbers in front of the Exe Name refers to the destination
- ; directories listed later in this INI file. If it is *2*, then it
- ; refers to [Dest2].
- ;
- ; NOTE: If the Exe Name is blank (or commented out), then *NO* icons will
- ; be created!
- ; ------------------------------------------------------------------------
-
- [Startup]
- Program Title=WinLabel Application Installation
- Main Title=WinLabel v3.0
- Default Drive=C:
- Default Directory=c:\WinLabel\
- Icon Name=WinLabel|Documentation|ReadMe|License|Vendor|Disclaim|Register
- Group Name=WinLabel
- Exe Name=*1*WinLabel.EXE|*1*WinLabel.Wri|*1*Readme.Txt|*1*License.Txt|*1*Vendor.Txt|*1*Disclaim.Txt|*1*Register.Txt
- Allow Directory Change=TRUE
-
-
- ; ------------------------------------------------------------------------
- ; You can have up to 9 destination directories. Under [Destinations], the
- ; NumDest=x gives the number of directories. The entries Des1="" to Destx=
- ; give the actual directories. Note that these 9 directories do not include
- ; the directories for Windows, Windows/System, and the HELP files.
- ;
- ; Under [Destinations], each entry has 3 sections. The first is the
- ; directory itself. *Default is the default directory picked by the user.
- ; *Default*Test2 would be the TEST subdirectory under the default directory.
- ; If you use either *Default or *Default*, the second entry should be
- ; "dependent" -- ie, it is dependent upon the selection for the default
- ; directory. (Otherwise, it can be any text string -- I used "notdependent"
- ; for clarity). The 3rd item is the title listed when the user gets a chance
- ; to change the directories. It is limited to 16 characters.
- ;
- ; For each of the directories, [Win], [Sys], [Help], [Dest1], etc., there is
- ; an entry NumFiles=x which gives the number of files in that directory.
- ; There is also an entry ???01=_______|_____ where the first part of the entry
- ; gives the file name, and the second part (after the vertical bar) gives
- ; the actual size (in bytes) of the uncompressed file. This would not be
- ; necessary if Microsoft stored the expanded file size in the compressed file.
- ;
- ; Note that there is **NO** spaces within the lines, and that the elements
- ; are separated by the bar character (ASCII 124)
- ;
- ; NOTE: It is ***CRITICAL*** that the Dest1= under [Destinations] is the
- ; *Default
- ; ------------------------------------------------------------------------
-
- [Destinations]
- NumDest=1
- Dest1=*Default|notdependent|WinLabel Dir
- ;Dest2=c:\excel\xlstart\|notdependent|Excel start
- ;Dest3=d:\test\|notdependent|Another dir
- ;Dest4=*Default*Test2|dependent|Test sub
-
- [Win]
- NumFiles=0
- ;Win01=MyProg.HLP|1000
-
- [Sys]
- NumFiles=4
- ;Sys01=VBRun200.DLL|356992
- Sys01=CmDialog.VBX|18400
- ;Sys02=CommDlg.DLL|89248
- Sys02=QPro200.DLL|48029
- Sys03=CSGroup.VBX|6352
- Sys04=CSText.VBX|76752
-
- [Help]
- NumFiles=1
- Help01=WinLabel.HLP|43934
-
- [Dest1]
- NumFiles=7
- File01=WinLabel.EXE|175641
- File02=WinLabel.WRI|46208
- File03=ReadMe.Txt|3569
- File04=License.Txt|1055
- File05=Vendor.Txt|852
- File06=Disclaim.Txt|804
- File07=Register.Txt|6735
-
- ;[Dest2]
- ;NumFiles=1
- ;File01=Test3.EXE|600
-
- ;[Dest3]
- ;NumFiles=1
- ;File01=Test4.EXE|300
-
- ;[Dest4]
- ;NumFiles=1
- ;File01=Test5.EXE|200
-
- ; ------------------------------ End of INI ------------------------------
-